-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OLS-2018:Document enabling MCP server #97459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: lightspeed-docs-main
Are you sure you want to change the base?
Conversation
@rh-tokeefe: This pull request references OLS-2018 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
🤖 Fri Aug 15 15:23:51 - Prow CI generated the docs preview: |
@rh-tokeefe: This pull request references OLS-2018 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@rh-tokeefe: This pull request references OLS-2018 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
modules/ols-enabling-mcp-server.adoc
Outdated
$ oc edit olsconfig cluster | ||
---- | ||
|
||
. Modify the `spec.ols.featureGates` specification to include MCP server information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add MCPServer
to the list spec.ols.featureGates
to activate MCP Server feature.
Then define connection details for each MCP server in the list mcpServers
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be noticed that without MCPServer in the featureGates, configuration of mcpServers will not be taken into account.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
- Authorization: Bearer <token> | ||
- Content-Type: application/json | ||
- Accept: application/json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont know what headers the user might put here, but they will not be these 3 ^^"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@onmete do you know what headers could be set here for requests to MCP servers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The service is providing "kubernetes-authorization: Bearer {user_token}" to the openshift mcp server.
@rh-tokeefe: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Affects:
lightspeed-main
lightspeed-docs-1.0
PR must be CP'd back to the lightspeed-docs-1.0 branch.
Version(s): 1.0
Issue: https://issues.redhat.com/browse/OLS-2018
Link to docs preview:
https://97459--ocpdocs-pr.netlify.app/openshift-lightspeed/latest/configure/ols-configuring-openshift-lightspeed.html#about-mcp-server_ols-configuring-openshift-lightspeed
QE review:
Additional information: